ASensor_getMinDelay

Returns the minimum delay allowed between events in microseconds. A value of zero means that this sensor doesn't report events at a constant rate, but rather only when a new data is available.

extern (C) nothrow @nogc
int
ASensor_getMinDelay
(
const(ASensor)* sensor
)

Meta